GetPushNotificationPayload
Definition:
GetPushNotificationPayload(keyname)
Description:
Obtain the data contained in the value field associated with the specified key from the JSON payload contained in a push notification.
Platforms:
Android, iOS
Parameters:
keyname - required
The key name of the key/value pair in the notification's JSON payload, e.g. "customData", whose corresponding value you want to extract.
Returns:
The data held in the value field of the specified key.
See also: